home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 December / PCWDEC07.iso / Software / Freeware / Windows Desktop Search 3.01 / WindowsDesktopSearch-KB917013-V301-XP-x86-enu.exe / gsrvctr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-01-03  |  2.5 KB  |  60 lines

  1. /************************************************/
  2. /*                                                */
  3. /*    Net Library System                            */
  4. /*    Gathering Server                            */
  5. /*    Copyright (C) Microsoft Corp., 1997            */
  6. /*    All Rights Reserved                            */
  7. /*                                                */
  8. /*    FILE_: GSrvCtr.h                            */
  9. /*                                                */
  10. /*    Gathering Server counters object            */
  11. /*                                                */
  12. /************************************************/
  13.  
  14. #define OBJECT_GATHERER                                            0
  15.  
  16. #define COUNTER_GATHERER_NOTIFY_ADDS                            2  
  17. #define COUNTER_GATHERER_NOTIFY_ADDS_PER_SEC                    4  
  18. #define COUNTER_GATHERER_NOTIFY_DELETES                            6  
  19. #define COUNTER_GATHERER_NOTIFY_DELETES_PER_SEC                    8  
  20. #define COUNTER_GATHERER_NOTIFY_MODIFIES                        10 
  21. #define COUNTER_GATHERER_NOTIFY_MODIFIES_PER_SEC                12 
  22. #define COUNTER_GATHERER_QUEUE_LENGTH                            14 
  23. #define COUNTER_GATHERER_IN_PROGRESS                            16 
  24. #define COUNTER_GATHERER_ON_HOLD                                18 
  25. #define COUNTER_GATHERER_DELAYED                                20
  26. #define COUNTER_GATHERER_HISTORY_SIZE                            22 
  27. #define COUNTER_GATHERER_TRANSACTIONS_PROCESSED                    24 
  28. #define COUNTER_GATHERER_TRANSACTIONS_PROCESSED_PER_SEC            26 
  29. #define COUNTER_GATHERER_STATUS_SUCCESS                            28 
  30. #define COUNTER_GATHERER_STATUS_SUCCESS_PER_SEC                    30 
  31. #define COUNTER_GATHERER_STATUS_ERROR                            32 
  32. #define COUNTER_GATHERER_STATUS_ERROR_PER_SEC                    34 
  33. #define COUNTER_GATHERER_STATUS_FILE_ERRORS                        40 
  34. #define COUNTER_GATHERER_STATUS_FILE_ERRORS_PER_SEC                42 
  35. #define COUNTER_GATHERER_ACCESSED_FILE                            48 
  36. #define COUNTER_GATHERER_ACCESSED_FILE_PER_SEC                    50 
  37. #define COUNTER_GATHERER_FILTERED_OFFICE                        56 
  38. #define COUNTER_GATHERER_FILTERED_OFFICE_PER_SEC                58 
  39. #define COUNTER_GATHERER_FILTERED_TEXT                            60 
  40. #define COUNTER_GATHERER_FILTERED_TEXT_PER_SEC                    62 
  41. #define COUNTER_GATHERER_CRAWLS_IN_PROGRESS                        64 
  42. #define COUNTER_GATHERER_PAUSED                                    66 
  43. #define COUNTER_GATHERER_RECOVERY_IN_PROGRESS                    68
  44. #define COUNTER_GATHERER_NOT_MODIFIED                            70
  45. #define COUNTER_GATHERER_ITERATING_HISTORY                        72
  46. #define COUNTER_GATHERER_INCREMENTAL_CRAWLS                        74
  47. #define COUNTER_GATHERER_TRANSACTIONS_BEING_FILTERED            76
  48. #define COUNTER_GATHERER_TRANSACTIONS_STARTED                    78
  49. #define COUNTER_GATHERER_RETRIES                                80
  50. #define COUNTER_GATHERER_RETRIES_PER_SEC                        82
  51.  
  52. #define COUNTER_GATHERER_AC_ERRORS                                90
  53. #define COUNTER_GATHERER_CHANGED_DOCS                            96
  54.  
  55. #define COUNTER_GATHERER_NOTIFY_MOVES                            98  
  56. #define COUNTER_GATHERER_NOTIFY_MOVES_PER_SEC                    100  
  57. #define COUNTER_GATHERER_UNIQUE_DOCUMENTS                        102 
  58. #define COUNTER_GATHERER_HISTORY_RECOVERY_PROGRESS              104
  59.  
  60.